projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaa114d
)
(hs-minor-mode): Use `make-local-variable' not `make-variable-buffer-local'.
author
Thien-Thi Nguyen
<ttn@gnuvola.org>
Fri, 12 Jun 1998 05:53:52 +0000
(
05:53
+0000)
committer
Thien-Thi Nguyen
<ttn@gnuvola.org>
Fri, 12 Jun 1998 05:53:52 +0000
(
05:53
+0000)
lisp/progmodes/hideshow.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/hideshow.el
b/lisp/progmodes/hideshow.el
index a8f323e1dd519e28975b1a027b3d42d6d976c501..a94672ac7bc36fd423516a3d34f707eacaab1f9f 100644
(file)
--- a/
lisp/progmodes/hideshow.el
+++ b/
lisp/progmodes/hideshow.el
@@
-793,7
+793,7
@@
Key bindings:
; (progn
; (set-buffer-menubar (copy-sequence current-menubar))
; (add-menu nil (car hs-menu-bar) (cdr hs-menu-bar))))
- (make-
variable-buffer-local
'line-move-ignore-invisible)
+ (make-
local-variable
'line-move-ignore-invisible)
(setq line-move-ignore-invisible t)
(add-to-invisibility-spec '(hs . t)) ;;hs invisible
(hs-grok-mode-type)